From: LLVM Packaging Team Date: Sat, 11 Jan 2020 10:14:46 +0000 (+0000) Subject: strip-ignore-deterministic-archives X-Git-Tag: archive/raspbian/1%7.0.1-10+rpi1^2~23 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=27a7caaac923f4ae6652114974a6c94dc90304b0;p=llvm-toolchain-7.git strip-ignore-deterministic-archives =================================================================== Gbp-Pq: Name strip-ignore-deterministic-archives.diff --- diff --git a/tools/llvm-objcopy/StripOpts.td b/tools/llvm-objcopy/StripOpts.td index 333b0d288..9bb86ea6a 100644 --- a/tools/llvm-objcopy/StripOpts.td +++ b/tools/llvm-objcopy/StripOpts.td @@ -47,3 +47,5 @@ def x : Flag<["-"], "x">, def strip_unneeded : Flag<["-", "--"], "strip-unneeded">, HelpText<"Remove all symbols not needed by relocations">; + +def deterministic : Flag<["--"], "enable-deterministic-archives">;